Support for fischertechnik TX-controller[This is preliminary documentation and is subject to change.]
Notification that a Fast Counter has been resetted
Namespace: FischerTechnik.FtMscLib.APIAssembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
public event FtMscLibEx OnCounterResettedEventHandler OnCounterResetted
public event FtMscLibEx..::..OnCounterResettedEventHandler OnCounterResetted
Public Event OnCounterResetted As FtMscLibEx OnCounterResettedEventHandler
Public Event OnCounterResetted As FtMscLibEx..::..OnCounterResettedEventHandler
public:
event FtMscLibEx OnCounterResettedEventHandler^ OnCounterResetted {
void add (FtMscLibEx OnCounterResettedEventHandler^ value);
void remove (FtMscLibEx OnCounterResettedEventHandler^ value);
}
public:
event FtMscLibEx..::..OnCounterResettedEventHandler^ OnCounterResetted {
void add (FtMscLibEx..::..OnCounterResettedEventHandler^ value);
void remove (FtMscLibEx..::..OnCounterResettedEventHandler^ value);
}
Value
Type:
FischerTechnik.FtMscLib.API FtMscLibEx OnCounterResettedEventHandler The Counter must has been Enabled.
Reference